home *** CD-ROM | disk | FTP | other *** search
/ Venus 7000 / darktronics.iso / Software / Service Packs / Win2kSP4.exe / i386 / mmc.ex_ / mmc.exe / HTML / _TSKPAD.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-06-19  |  1.4 KB  |  95 lines

  1. /* EXTERNAL STYLE SHEET FOR TASKPAD PAGES */
  2.  
  3. Body
  4.     {
  5.     font-family:Verdana;
  6.     font-weight:normal;
  7.     cursor:default;
  8.     }
  9.  
  10. .divMaster
  11.     {
  12.     position:absolute;
  13.     top:0%;
  14.     left:0%;
  15.     width:100%;
  16.     height:100%;
  17.     visibility:visible;
  18.     }
  19.  
  20. .divTitle
  21.     {
  22.     position:absolute;
  23.     left:3.3%;
  24.     top:2.6%;
  25.     width:92.8%;
  26.     height:7.2%;
  27.     overflow:hidden;
  28.     font-weight:normal;
  29.     border-bottom-width:1pt;
  30.     border-bottom-style:solid;
  31.     border-bottom-color:windowtext;
  32.     }
  33.  
  34. .divDescription
  35.     {
  36.     position:absolute;
  37.     left:3.3%;
  38.     top:10.6%;
  39.     width:92.8%;
  40.     height:3.8%;
  41.     overflow:hidden;
  42.     }
  43.  
  44. .tdWatermark
  45.     {
  46.     text-align:right;
  47.     font-family:Webdings;
  48.     cursor:default;
  49.     }
  50.  
  51. /* COMMON BUTTON SYMBOL STYLES */
  52.  
  53. .clsSymbolBtn
  54.     {
  55.     font-family:Tahoma;
  56.     font-weight:bold;
  57.     color:threedshadow;
  58.     text-decoration:none;
  59.     cursor:hand;
  60.     }
  61.  
  62. .tdSymbol
  63.     {
  64.     cursor:default;
  65.     }
  66.  
  67. .clsTaskBtn
  68.     {
  69.     cursor:hand;
  70.     }
  71.  
  72. /* COMMON LISTVIEW STYLES */
  73.  
  74. .tblLVTitle
  75.     {
  76.     position:absolute;
  77.     width:100%;
  78.     height:100%;
  79.     }
  80.     
  81. .tblLVButton
  82.     {
  83.     position:relative;
  84.     width:100%;
  85.     height:100%;
  86.     }
  87.     
  88. .clsLVButton
  89.     {
  90.     background-color:threedhighlight;
  91.     color:threedshadow;
  92.     text-decoration:none;
  93.     cursor:hand;
  94.     }
  95.